home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTRawSoundConverter.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  1006 b   |  49 lines

  1. {
  2.     NTComponentTypeName = (NTDecompressor, NTCompressor, NTConverter);
  3.     NTComponentSubtypeName = NTRaw;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTSound;
  6.     
  7.     NTDecompressor = {
  8.     NTConfiguration = {
  9.         NTSampleInput = {
  10.         NTFormatType = NTRaw;
  11.         NTFormatSubtype = NTRaw;
  12.         };
  13.         NTSampleOutput = {
  14.         NTFormatType = NTRaw;
  15.         NTFormatSubtype = NTBiased;
  16.         };
  17.     };
  18.     NTComponentPrincipalClass = NTRawSoundDecompressor;
  19.     };
  20.     
  21.     NTCompressor = {
  22.     NTConfiguration = {
  23.         NTSampleInput = {
  24.         NTFormatType = NTRaw;
  25.         NTFormatSubtype = NTBiased;
  26.         };
  27.         NTSampleOutput = {
  28.         NTFormatType = NTRaw;
  29.         NTFormatSubtype = NTRaw;
  30.         };
  31.     };
  32.     NTComponentPrincipalClass = NTRawSoundCompressor;
  33.     };
  34.     
  35.     NTConverter = {
  36.     NTConfiguration = {
  37.         NTSampleInput = {
  38.         NTFormatType = NTRaw;
  39.         NTFormatSubtype = NTRaw;
  40.         };
  41.         NTSampleOutput = {
  42.         NTFormatType = NTRaw;
  43.         NTFormatSubtype = NTRaw;
  44.         };
  45.     };
  46.     NTComponentPrincipalClass = NTRawSoundConverter;
  47.     };
  48. }
  49.